Next | Prev | Top | Contents | Index
Chapter 11: Testing and Debugging a Driver
As a critical system component, a driver deserves careful testing, but because it is part of the kernel, the normal testing tools are not available. This chapter describes the available testing tools and methods, in the following major topics:
- Preparing the System for Debugging
-
- Producing Diagnostic Displays
-
- Using symmon
-
- Using idbg
-
- Using icrash
-
Next | Prev | Top | Contents | Index